home *** CD-ROM | disk | FTP | other *** search
/ Clickx 35 / Clickx 35.iso / assets / software / EC Architect / Acrobat / Data1.cab / PictureTasks.api / EXVW / 111 < prev    next >
Encoding:
Text File  |  2003-11-03  |  1.5 KB  |  39 lines

  1. gPreviewHeight = 300;
  2. gPreviewWidth = 500;
  3. gSliderMinimumWidth = 106;
  4. gSliderMinimumHeight = 30;
  5. gGapWidth = 125;
  6. dialog(name: '$$$/Dialogs/OnLineServices/PrintTitle', target_id: 'tefr')
  7. {
  8.     group(align_children: align_left)
  9.     {
  10.         group(align_children: align_left, width: gPreviewWidth + gMarginWidth)
  11.         {
  12.       group(align_children: align_row)
  13.       {
  14.                 cluster(name: '$$$/Dialogs/OnLineServices/PrintPicture', item_id: 'pics', align_children: align_left)
  15.                 {
  16.                     group(align_children: align_left)
  17.                     {
  18.                         list_box(item_id: 'pick', width: gPreviewWidth, height: gPreviewHeight);                        
  19.                     }
  20.                     group(align_children: align_row, width: gPreviewWidth)
  21.                     {                        
  22.                         button(item_id: 'slal', name: '$$$/Dialogs/ImagePicker/SelectAll', picture: false, alignment: align_left);
  23.                         button(item_id: 'clal', name: '$$$/Dialogs/ImagePicker/ClearAll', picture: false, alignment: align_left);                                                                    
  24.                         gap(width: gGapWidth);
  25.                         picture(item_id: 'slmn', width: 11, height: 9);
  26.                         slider(item_id: 'slid', width: gSliderMinimumWidth, height: gSliderMinimumHeight, align: align_right);                        
  27.                         picture(item_id: 'slmx', width: 18, height: 14);
  28.                     }
  29.                 }
  30.       }
  31.         }
  32.         group(align_children: align_row, horizontal: align_fill)
  33.         {                    
  34.             button(item_id: 'help', name: '$$$/Dialogs/OnLineServices/Help', alignment: align_left);
  35.       gap(width: 265);
  36.             ok_cancel(ok_name: '$$$/Dialogs/Next', alignment: align_right);
  37.         }
  38.     }
  39. }